Skip to content

fix: handle bigint schemas in JSON Schema conversion#107

Merged
tmm merged 1 commit intomainfrom
tmm/fix-bigint-json-schema
Apr 6, 2026
Merged

fix: handle bigint schemas in JSON Schema conversion#107
tmm merged 1 commit intomainfrom
tmm/fix-bigint-json-schema

Conversation

@tmm
Copy link
Copy Markdown
Member

@tmm tmm commented Apr 6, 2026

Fixed z.bigint() and z.coerce.bigint() throwing "BigInt cannot be represented in JSON Schema" during skill sync by representing bigints as { type: "string" } in JSON Schema output. Closes #100.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Apr 6, 2026

Open in StackBlitz

npm i https://pkg.pr.new/incur@107

commit: cb024ff

@tmm tmm force-pushed the tmm/fix-bigint-json-schema branch from d158441 to cb024ff Compare April 6, 2026 22:10
@tmm tmm merged commit 3462433 into main Apr 6, 2026
7 checks passed
@tmm tmm deleted the tmm/fix-bigint-json-schema branch April 6, 2026 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

skills add command fails with bigints

1 participant